type github.com/json-iterator/go.API (interface)

Method Implmentations





Get(data []byte, path ...interface{}) Any
Marshal(v interface{}) ([]byte, error)
MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)
MarshalToString(v interface{}) (string, error)
Unmarshal(data []byte, v interface{}) error
UnmarshalFromString(str string, v interface{}) error
Valid(data []byte) bool